Package com.cisco.pt.ipc.sim.impl
Class HdlcImpl
java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.sim.impl.HardwareQueueImpl
com.cisco.pt.ipc.sim.impl.HdlcImpl
- All Implemented Interfaces:
IPCObject,HardwareQueue,Hdlc
Information provided by the PKI file:
\class HdlcProcess
\brief HdlcProcess handles and manipulates the PPP encapsulation process.
\example network().getDevice("Router0").getProcess("HdlcProcess")
- Author:
- Auto-generated
-
Field Summary
Fields inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
accessMessage, ipcFactory, packetTracerSession -
Constructor Summary
ConstructorsConstructorDescriptionHdlcImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage) -
Method Summary
Methods inherited from class com.cisco.pt.ipc.sim.impl.HardwareQueueImpl
getUserTrafficAtMethods inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession, sendMessage, sendMessageWithReturn, translateToCommandStatusStringPairMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.cisco.pt.ipc.sim.HardwareQueue
getUserTrafficAtMethods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession
-
Constructor Details
-
HdlcImpl
public HdlcImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage)
-
-
Method Details
-
getPacketCnt
public int getPacketCnt()Information provided by the PKI file:
\brief Returns the number of packets. \return int, the number of packets.- Specified by:
getPacketCntin interfaceHardwareQueue- Specified by:
getPacketCntin interfaceHdlc- Overrides:
getPacketCntin classHardwareQueueImpl- Returns:
- int Returns a int
-